home *** CD-ROM | disk | FTP | other *** search
-
- Files in this archive:
- TstTmr.Doc - This file
- TstTmr.Pas - Example of Timers unit use
- Timers .Pas - Unit containing the timer interupt routines
- Timers .Asm - File containing the timer interupt assembly language
- routines, Compile with TASM
-
-
- Timers.pas intercepts the IBM PC timer interrupt $1C and allows you
- to write Pascal routines which will be executed every 55 ms. Be careful not
- to write any routines which will take over 55ms to execute.
-
-
- NOTE - These routines alter the IBM PC interrupt vectors. Be sure
- to call InitTimerInterupt only once and be sure to call ReleaseTimerInterupt
- only once at the end of your program.
-
-
- This program is released to public domain by the author on 10/20/90.
- No responsibility can be accepted for any damage done by this program. Please
- use at your own risk.
-
-
- If you find any bugs in the routines, please drop me a note by
- Compuserve EMAIL. Thanks.
-
-
- Rich Mullen 76566,1325
-
-